home *** CD-ROM | disk | FTP | other *** search
- /*
- ********************************************************************************
- **
- ** File: init.h
- **
- ** Description:
- **
- ** Initialization and termination routines.
- **
- ********************************************************************************
- */
- #ifndef __init_h__
- #define __init_h__
-
- /*
- ********************************************************************************
- ** prototypes
- ********************************************************************************
- */
- OSErr Initialize( void );
- void Terminate( void );
-
- #endif // __init_h__